Add a function to delete all bindings add by gtk_binding_parse_binding()
authorOwen Taylor <otaylor@redhat.com>
Sat, 9 Feb 2002 00:19:29 +0000 (00:19 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 9 Feb 2002 00:19:29 +0000 (00:19 +0000)
commit7b79dfbef85c458a1d4d89b3092312b9c09245ba
treed9d374082c85fb6324e9a59c2d270c810b070fec
parent6c07eadbbebbb97a104f20834c0c89c2800c46ad
Add a function to delete all bindings add by gtk_binding_parse_binding()

Fri Feb  8 18:46:13 2002  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add
a function to delete all bindings add by
gtk_binding_parse_binding() when rereading RC files.

* gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset
binding set content as well as RC content.

* gtk/gtkbindings.c (binding_compose_params): Fix
various GValue handling problems.

* gtk/gtkentry.c (gtk_entry_class_init): Remove bindings
for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u,
C-k, M-\, M-d, C-d.

* gtk/gtktextview.c (gtk_text_view_class_init): Remove
same bindings as GtkEntry, plus C-n, C-p, C-space

        * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am:
Add Emacs and Default key themes.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkbindings.c
gtk/gtkbindings.h
gtk/gtkentry.c
gtk/gtkrc.c
gtk/gtkrc.key.default [new file with mode: 0644]
gtk/gtkrc.key.emacs [new file with mode: 0644]
gtk/gtktextview.c